﻿2026-06-05T23:17:36.8339130Z ##[group]Run actions/checkout@v5
2026-06-05T23:17:36.8341108Z with:
2026-06-05T23:17:36.8341912Z   repository: SaberMage/spt-core
2026-06-05T23:17:36.8349419Z   token: ***
2026-06-05T23:17:36.8350532Z   ssh-strict: true
2026-06-05T23:17:36.8351516Z   ssh-user: git
2026-06-05T23:17:36.8352408Z   persist-credentials: true
2026-06-05T23:17:36.8353456Z   clean: true
2026-06-05T23:17:36.8354486Z   sparse-checkout-cone-mode: true
2026-06-05T23:17:36.8355627Z   fetch-depth: 1
2026-06-05T23:17:36.8356531Z   fetch-tags: false
2026-06-05T23:17:36.8357401Z   show-progress: true
2026-06-05T23:17:36.8358324Z   lfs: false
2026-06-05T23:17:36.8359319Z   submodules: false
2026-06-05T23:17:36.8360415Z   set-safe-directory: true
2026-06-05T23:17:36.8362863Z ##[endgroup]
2026-06-05T23:17:36.9948026Z Syncing repository: SaberMage/spt-core
2026-06-05T23:17:36.9952582Z ##[group]Getting Git version info
2026-06-05T23:17:36.9954324Z Working directory is '/home/david/actions-runner/_work/spt-core/spt-core'
2026-06-05T23:17:36.9956686Z [command]/usr/bin/git version
2026-06-05T23:17:36.9957701Z git version 2.34.1
2026-06-05T23:17:36.9961501Z ##[endgroup]
2026-06-05T23:17:36.9970524Z Copying '/home/david/.gitconfig' to '/home/david/actions-runner/_work/_temp/16149a8c-785e-4e6a-a9a9-c910ea2d0df4/.gitconfig'
2026-06-05T23:17:36.9978633Z Temporarily overriding HOME='/home/david/actions-runner/_work/_temp/16149a8c-785e-4e6a-a9a9-c910ea2d0df4' before making global git config changes
2026-06-05T23:17:36.9981511Z Adding repository directory to the temporary git global config as a safe directory
2026-06-05T23:17:36.9986697Z [command]/usr/bin/git config --global --add safe.directory /home/david/actions-runner/_work/spt-core/spt-core
2026-06-05T23:17:37.0041821Z [command]/usr/bin/git config --local --get remote.origin.url
2026-06-05T23:17:37.0071373Z https://github.com/SaberMage/spt-core
2026-06-05T23:17:37.0096209Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-05T23:17:37.0102646Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-05T23:17:37.0132762Z refs/heads/dev-freeform
2026-06-05T23:17:37.0145182Z [command]/usr/bin/git checkout --detach
2026-06-05T23:17:37.0220532Z HEAD is now at c8334dc feat(release): ceremony keys embedded; help-text polish; release-publish automation
2026-06-05T23:17:37.0277304Z [command]/usr/bin/git branch --delete --force dev-freeform
2026-06-05T23:17:37.0317281Z Deleted branch dev-freeform (was c8334dc).
2026-06-05T23:17:37.0365526Z ##[endgroup]
2026-06-05T23:17:37.0368470Z [command]/usr/bin/git submodule status
2026-06-05T23:17:37.0608121Z ##[group]Cleaning the repository
2026-06-05T23:17:37.0614091Z [command]/usr/bin/git clean -ffdx
2026-06-05T23:17:37.0654764Z Removing traceable-reqs
2026-06-05T23:17:37.0667043Z [command]/usr/bin/git reset --hard HEAD
2026-06-05T23:17:37.0732712Z HEAD is now at c8334dc feat(release): ceremony keys embedded; help-text polish; release-publish automation
2026-06-05T23:17:37.0738348Z ##[endgroup]
2026-06-05T23:17:37.0742934Z ##[group]Disabling automatic garbage collection
2026-06-05T23:17:37.0748289Z [command]/usr/bin/git config --local gc.auto 0
2026-06-05T23:17:37.0785543Z ##[endgroup]
2026-06-05T23:17:37.0787047Z ##[group]Setting up auth
2026-06-05T23:17:37.0795713Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-06-05T23:17:37.0839465Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-06-05T23:17:37.1092990Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-05T23:17:37.1137458Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-06-05T23:17:37.1394328Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-05T23:17:37.1435920Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-06-05T23:17:37.1681399Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-06-05T23:17:37.1743208Z ##[endgroup]
2026-06-05T23:17:37.1744777Z ##[group]Fetching the repository
2026-06-05T23:17:37.1756085Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +c8334dc73d24e46e2912d09a8ecffc0cecdb4d93:refs/remotes/origin/dev-freeform
2026-06-05T23:17:37.7485323Z ##[endgroup]
2026-06-05T23:17:37.7486601Z ##[group]Determining the checkout info
2026-06-05T23:17:37.7488041Z ##[endgroup]
2026-06-05T23:17:37.7494224Z [command]/usr/bin/git sparse-checkout disable
2026-06-05T23:17:37.7545381Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-06-05T23:17:37.7582349Z ##[group]Checking out the ref
2026-06-05T23:17:37.7588710Z [command]/usr/bin/git checkout --progress --force -B dev-freeform refs/remotes/origin/dev-freeform
2026-06-05T23:17:37.7649041Z Switched to a new branch 'dev-freeform'
2026-06-05T23:17:37.7650996Z Branch 'dev-freeform' set up to track remote branch 'dev-freeform' from 'origin'.
2026-06-05T23:17:37.7657282Z ##[endgroup]
2026-06-05T23:17:37.7706141Z [command]/usr/bin/git log -1 --format=%H
2026-06-05T23:17:37.7739805Z c8334dc73d24e46e2912d09a8ecffc0cecdb4d93
